home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 8322 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.gate.net!not-for-mail
  2. From: dhaire@gate.net (doug haire)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Please Explain Octets
  5. Date: 18 Mar 1996 05:54:06 -0500
  6. Organization: CyberGate, Inc.
  7. Message-ID: <4ijfce$2d3e@navajo.gate.net>
  8. References: <4ii0aa$n8f@news-e2b.gnn.com> <4iil3l$jgn@maverick.tad.eds.com>
  9. NNTP-Posting-Host: navajo.gate.net
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Michael S. Berlant (lnsg1.miberl01@eds.com) wrote:
  13. : In article <4ii0aa$n8f@news-e2b.gnn.com>, PTHarn@gnn.com says...
  14. : >Could someone explain the term octets? When I check the details of a 
  15. : >communications session the data refers to blocks and octets. 
  16. : An octet is a string of 8 bits.  You may be tempted to call this a byte, but 
  17. : don't.  A byte is the amount of bits that a processor handles at one time, 
  18. : which is typically also 8 bits.  Telexes use characters that are 5 bits big, 
  19. : IATA uses characters that are 6 bits big, PCs use characters that are 8 bits 
  20. : big, but transfer characters that are 7 bits big.
  21.  
  22. Two things:
  23.  
  24. I understood "byte" to be a term that IBM coined for an octet.
  25. And...
  26. I also understood a "word" to be the amount a processor can process. (an 
  27. 8 bit processor, like a Z80, handles 8 bit words while a 16 bit 
  28. processor, like an 8088, handles 16 bits at a time).
  29.  
  30.